home *** CD-ROM | disk | FTP | other *** search
- #ifndef EXEC_ERRORS_H
- #define EXEC_ERRORS_H
- /*
- ** $Filename: exec/errors.h $
- ** $Release: 1.3 $
- **
- ** Standard IO Errors:
- **
- ** (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
-
- #define IOERR_OPENFAIL -1 /* device/unit failed to open */
- #define IOERR_ABORTED -2 /* request aborted */
- #define IOERR_NOCMD -3 /* command not supported */
- #define IOERR_BADLENGTH -4 /* not a valid length */
-
- #endif /* EXEC_ERRORS_H */
-